chore: Create Cursor command to update native SDKs and test locally#564
Merged
mahmoud-elmorabea merged 1 commit intomainfrom Feb 16, 2026
Merged
chore: Create Cursor command to update native SDKs and test locally#564mahmoud-elmorabea merged 1 commit intomainfrom
mahmoud-elmorabea merged 1 commit intomainfrom
Conversation
Contributor
Sample app builds 📱Below you will find the list of the latest versions of the sample apps. It's recommended to always download the latest builds of the sample apps to accurately test the pull request.
|
Shahroz16
approved these changes
Feb 16, 2026
mrehan27
approved these changes
Feb 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates the Customer.io iOS and Android native SDK versions used by this React Native library.
What it does
Choose target versions
Optionally check the latest releases on the iOS and Android GitHub release pages. Use the tag version without a leading
v(e.g.4.1.3,4.15.2).Update iOS
In
package.json:cioNativeiOSSdkVersionto"= X.Y.Z"(e.g."= 4.1.3"). Keep the=prefix (CocoaPods style).cioiOSFirebaseWrapperSdkVersiononly if the iOS SDK or docs require it.Update Android
In
android/gradle.properties, set:customerio.reactnative.cioSDKVersionAndroid=<new version>(e.g.4.15.2). Single=, no space.Verify
npm cifrom the repo root.Note
Low Risk
Adds documentation only; no runtime code or build logic changes.
Overview
Adds a new Cursor command doc (
.cursor/commands/update-native-sdks.md) describing how to bump the Customer.io iOS (cioNativeiOSSdkVersion/ optionalcioiOSFirebaseWrapperSdkVersioninpackage.json) and Android (customerio.reactnative.cioSDKVersionAndroidinandroid/gradle.properties) native SDK versions and verify the change locally.Written by Cursor Bugbot for commit cbcc23f. This will update automatically on new commits. Configure here.